home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / editor / 3_qtips.zip / TECH15.MSG < prev   
Text File  |  1992-10-29  |  3KB  |  63 lines

  1.               A QEdit Tip from the SemWare Technical Support Staff
  2.  
  3.                     .. Eliminating all tabs in your file ..
  4.  
  5.         Have you ever wanted to get rid of _all_ the tabs (ASCII 9) that
  6.         are in your text file?  It gets pretty frustrating trying to
  7.         figure out how to do this, right?  This is a question that the
  8.         SemWare Technical Support Staff is often asked.  In response, we
  9.         have developed the following steps to eliminate all tabs in a
  10.         text file.
  11.  
  12.         How do I eliminate ALL the tabs in my text file?
  13.         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  14.  
  15.              1.  Run QCONFIG.EXE and select the T)abs option.
  16.  
  17.              2.  Set the following option to read 'Y':
  18.  
  19.                  Do you want the editor to start in Physical Tab
  20.                  Expansion Mode (Y/N)?
  21.  
  22.              3.  Set the following option to read 'N':
  23.  
  24.                  Do you want the editor to start in Tabs Out mode (Y/N)?
  25.  
  26.              4.  S)ave your changes and exit QCONFIG.EXE
  27.  
  28.              5.  Load your file into QEdit and go to the beginning of
  29.                  the file.
  30.  
  31.              6.  Mark the first line using the MarkLine <Alt L> command.
  32.                  Then go to the end of the file and MarkLine again.
  33.  
  34.              7.  Use the ShiftRight <Shift F8> command, then the
  35.                  ShiftLeft <Shift F7> command.  This will toggle each
  36.                  line in the file as edited.
  37.  
  38.              8.  Save the file.  All the tabs (ASCII 9) will now be
  39.                  eliminated from your text file.
  40.  
  41.         If you find that you are performing the above steps often, you
  42.         can use the following macro to automate steps 6 - 8. It will
  43.         remove all the tabs (ASCII 9) from your file after you make the
  44.         QCONFIG settings specified above and then save the file.
  45.  
  46.              <key>   MacroBegin BegFile UnMarkBlock MarkLine EndFile
  47.                      ShiftRight ShiftLeft UnMarkBlock SaveFile
  48.  
  49.         NOTE: <key> is the key to which you should tie this macro.  This
  50.              must all be on one line in your QCONFIG.DAT file.  Once you
  51.              have added the macro to your keyboard, run QCONFIG.EXE to
  52.              install the changes. To use QCONFIG.EXE, first run it, then
  53.              press return to accept Q.EXE, press K for keys, press
  54.              return to accept QCONFIG.DAT, and finally press S to save
  55.              your changes.
  56.  
  57.         Matthew Giles (SemWare Technical Support)
  58.  
  59.         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  60.         Did you miss some of the previous Tips?  Don't worry, you can
  61.         download QEdit Tips 1-15 (Filename: ALLQTIPS.ZIP) on the SemWare
  62.         Support BBS (404-641-8968).
  63.